home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qw12.exe / QWHITE12.EXE / REMM.TEC < prev    next >
Text File  |  1990-10-08  |  5KB  |  108 lines

  1. ID:RM REMM.SYS Driver Optimization
  2. Quarterdeck Technical Note
  3. by Myke Keefe                              Revised: Aug 27, 1990
  4.  
  5.  
  6. Owners of the AST line of computers and/or memory boards on 8088, 
  7. 8086, and 80286 based computers need to run the program REMM.SYS 
  8. to activate the expanded memory features they provide.
  9.  
  10. REMM.SYS is installed in your CONFIG.SYS file by adding the line:
  11.  
  12.                         DEVICE=REMM.SYS
  13.  
  14. If you have a 286 based system with only 640K of RAM, then you 
  15. should set aside 128K of memory as exTENded and load QEXT.SYS 
  16. (Quarterdeck Extended Memory Manager) in your CONFIG.SYS file 
  17. after REMM.SYS.  
  18.  
  19. This adds support for a new memory specification called XMS 
  20. (eXtended Memory Specification) which can be used in addition to 
  21. EMS to provide memory beyond 640K to your programs.
  22.  
  23. If your computer already has more than 768K of memory (other than 
  24. exPANDded), you do not need to allocate any memory from the AST 
  25. memory board as exTENded.  
  26.  
  27. To reduce the risk of memory conflict, REMM will not make 
  28. available all areas that you can utilize with Quarterdeck's 
  29. DESQview and QRAM products.  Usually you can reclaim 32K or more 
  30. by utilizing unused video memory.  We feel that the REMM driver 
  31. is too conservative in reserving video areas which can be used.
  32.  
  33. If you have any options installed in your computer like network 
  34. boards or non-standard video adapters or hard disk controllers or 
  35. other "unusual" features you should proceed with caution.  If you 
  36. have such things then please be familiar with REMM's /X (eXclude) 
  37. parameter as you will have to probably have to use it to prevent 
  38. a memory conflict.  
  39.  
  40. Check the owner's or installation manuals for these types of 
  41. adapters/options to determine if they use any memory between 640K 
  42. and 1024K as ROM or if they set up some sort of RAM buffer in 
  43. reserved memory.  These areas will probably need to be eXcluded 
  44. from use by REMM.SYS
  45.  
  46. REMM.SYS can be told to use areas with the /L (incLude) parameter 
  47. on REMM.SYS.  This tells REMM to use an area that it may not 
  48. normally use by default.  
  49.  
  50. You can also minimize the amount of memory that REMM.SYS itself 
  51. uses by limiting Process IDs and Contexts.  We have found that 
  52. most users generally use only 8-10 of either PIDs and Contexts 
  53. and don't need all 64 or 255 that REMM will allocate by default.  
  54.  
  55. To limit PIDs and Contexts you should use the parameters /P=16 
  56. and /C=16.  This is shown in the following examples. 
  57.  
  58. To include the unused monochrome areas available when you only 
  59. have an EGA or VGA adapter attached to a COLOR monitor use this 
  60. example:
  61.  
  62.      DEVICE=REMM.SYS /P=16 /C=16 /L=B000-B7FF 
  63.  
  64. If you are using a Monochrome or Hercules Graphics Adapter, you 
  65. can gain 64K of additional memory by including A000-AFFF.  For 
  66. example:
  67.  
  68.      DEVICE=REMM.SYS /P=16 /C=16 /L=A000-AFFF /X=B000-BFFF
  69.  
  70. A whole 96K of RAM can be reclaimed if you have a Color 
  71. Graphics adapter (CGA) by using this example:
  72.  
  73.      DEVICE=REMM.SYS /P=16 /C=16 /L=A000-B7FF /X=B800-BFFF
  74.  
  75. If you have an AST Premimum computer you can use /S=E000 to place 
  76. the EMS Page Frame at E000 and thus get 64K more memory for 
  77. DESQview or QRAM.  
  78.  
  79. For example, if you had a Premimum 286 with a VGA the line would 
  80. be:  DEVICE=REMM.SYS /p=16 /c=16 /L=B000-B7FF /S=E000 
  81.  
  82.  
  83. High Speed Communications in DESQview note!
  84.  
  85. If you intend to use baud rates greater than 2400 baud while 
  86. using Quarterdeck's DESQview, you may want to use the older REMM 
  87. 3.x versions.  These older versions of REMM.SYS only support EEMS 
  88. (AST's proprietary expanded memory specification), but operate 
  89. much faster than the newer versions, which also support the more 
  90. popular EMS 4.0 specifications.  AST may speed up their EMS 4.0 
  91. drivers in the future, so you may want to check their BBS for 
  92. newer versions.  
  93.  
  94. Multi-tasking With REMM.SYS
  95.  
  96. AST Memory Products support multi-tasking beyond 640K if set up 
  97. properly.  Please refer to EMS40.TEC, another Quarterdeck White 
  98. Paper or for DESQview users, Appendix B, especially page 149 of 
  99. the DESQview 2.0 manual
  100.  
  101. All versions of REMM.SYS and further information can be
  102. downloaded from the AST Research BBS: (714) 727-4723.  I highly 
  103. reccomend downloading REMMINFO.TXT for more information about the 
  104. Rampage Expanded Memory Manager.
  105.                           
  106.         Copyright (C) 1990 by Quarterdeck Office Systems
  107.              * * *   E N D   O F   F I L E    * * *
  108.